home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Info-Mac 4
/
Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso
/
Development
/
General
/
Open Prolog
/
External Predicates…
/
Sources
/
OpenPrologMultipleChoice.r
< prev
next >
Wrap
Text File
|
1993-11-30
|
1KB
|
106 lines
#define SystemSevenOrLater 1
#include "types.r"
resource 'DITL' (154, "René", purgeable) {
{ /* array DITLarray: 14 elements */
/* [1] */
{7, 368, 26, 460},
Button {
enabled,
"OK"
},
/* [2] */
{30, 368, 49, 460},
Button {
enabled,
"Cancel"
},
/* [3] */
{10, 42, 44, 355},
StaticText {
disabled,
"Put Banner Here…"
},
/* [4] */
{9, 2, 41, 34},
Icon {
disabled,
128
},
/* [5] */
{58, 9, 92, 141},
StaticText {
disabled,
"Prompt 1"
},
/* [6] */
{106, 9, 140, 141},
StaticText {
disabled,
"Prompt 2"
},
/* [7] */
{153, 9, 187, 141},
StaticText {
disabled,
"Prompt 3"
},
/* [8] */
{200, 9, 234, 141},
StaticText {
disabled,
"Prompt 4"
},
/* [9] */
{247, 9, 281, 141},
StaticText {
disabled,
"Prompt 5"
},
/* [10] */
{58, 158, 92, 458},
EditText {
disabled,
""
},
/* [11] */
{106, 158, 140, 458},
EditText {
disabled,
""
},
/* [12] */
{153, 158, 187, 458},
EditText {
disabled,
""
},
/* [13] */
{200, 158, 234, 458},
EditText {
disabled,
""
},
/* [14] */
{247, 158, 281, 458},
EditText {
disabled,
""
}
}
};
resource 'DLOG' (154, "René", purgeable) {
{44, 9, 336, 479},
movableDBoxProc,
invisible,
noGoAway,
0x0,
154,
"",
centerParentWindowScreen
};